home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gPlaySound, gCurrLabel
- if the frameLabel <> 0 then
- gCurrLabel = the frameLabel
- end if
- sprite(4).visible = 1
- set the puppet of sprite 7 to 1
- sprite(7).visible = 1
- set the puppet of sprite 7 to 0
- set the cursor of sprite 43 to [member("hand"), member("hand mask")]
- sound stop 1
- gPlaySound = 1
- end
-
- on exitFrame
- global gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow
- Inscope(gTourForwardArrow)
- Inscope(gTourBackArrow)
- repeat with rc in [gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow]
- doRollover(rc)
- end repeat
- end
-